バージョン

GetBounds(List<List<Point>>) メソッド

所定の点をすべて収容する境界矩形を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function GetBounds( _
   ByVal points As List(Of List(Of Point)) _
) As Rect
public static Rect GetBounds( 
   List<List<Point>> points
)

パラメータ

points
境界矩形を求める Point。

戻り値の型

所定の点をすべて収容する境界矩形。
参照